home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 December / macformat-057.iso / mac / Demos / The Magic City Demos / autodemo.mac / GENEDERO.DXR / 00121.ls < prev    next >
Encoding:
Text File  |  1997-09-29  |  137 b   |  8 lines

  1. on enterFrame
  2.   global cheminVoix, joueSon
  3.   if joueSon then
  4.     sound playFile 1, "@:VOIX:titre2.aif"
  5.     set joueSon to 0
  6.   end if
  7. end
  8.